About HTML Decoding
This tool converts HTML entities (like <
, >
, &
) back to their original characters (<
, >
, &
).
Common HTML Entities
Entity | Character | Description |
---|---|---|
< | < | Less than sign |
> | > | Greater than sign |
& | & | Ampersand |
" | " | Double quote |
' | ' | Single quote/apostrophe |
| [space] | Non-breaking space |